home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1601_700 / DISK1634 / DISK1634.ZIP / EXCLUDE.DOC < prev    next >
Text File  |  1989-11-17  |  839b  |  23 lines

  1. EXCLUDE
  2. =======
  3.  
  4. File Name : EXCLUDE.COM
  5.  
  6. Syntax    : EXCLUDE <filespecs> <dos command>
  7.  
  8. Purpose   : To exclude the files in <filespecs> from the DOS Command
  9.             that follows
  10.  
  11. Remarks   : Exclude works by setting the hidden bits for all files in
  12.             <filespecs>, and then load COMMAND.COM to execute <dos
  13.             command>. COMMAND.COM must be available, and you should
  14.             use the COMSPEC environment variable to make sure that it
  15.             points to where COMMAND.COM actually is. (Users with only
  16.             floppy disks beware!).
  17.  
  18.             <dos command> can be any DOS command. Once the command has
  19.             executed, EXCLUDE resets the hidden bits on all the files
  20.             that it hid. Most DOS commands such as delete and copy do
  21.             not work on hidden files.
  22.  
  23.